Conclusion

This concludes our simple function tutorial. We have just barely covered some of the capabilities of user-functions. Topics we have not covered, that you may wish to experiment with are:
  1. Passing functions as arguments to other functions.
  2. Using list variables to get the effect of variable length argument lists.
  3. Using list variables, and user-functions to build your own ``objects''.